Autogenerated HTML docs for v1.7.4.1-433-gcd306 
diff --git a/config.txt b/config.txt index 701fba9..8ea55d4 100644 --- a/config.txt +++ b/config.txt 
@@ -558,6 +558,12 @@ 	Enable "sparse checkout" feature. See section "Sparse checkout" in 	linkgit:git-read-tree[1] for more information.   +core.abbrev:: +	Set the length object names are abbreviated to. If unspecified, +	many commands abbreviate to 7 hexdigits, which may not be enough +	for abbreviated object names to stay unique for sufficiently long +	time. +  add.ignore-errors::  add.ignoreErrors:: 	Tells 'git add' to continue adding files when some files cannot be 
diff --git a/git-config.html b/git-config.html index a6e67e8..8a5a3ec 100644 --- a/git-config.html +++ b/git-config.html 
@@ -1651,6 +1651,17 @@  </p>   </dd>   <dt class="hdlist1">  +core.abbrev  +</dt>  +<dd>  +<p>  + Set the length object names are abbreviated to. If unspecified,  + many commands abbreviate to 7 hexdigits, which may not be enough  + for abbreviated object names to stay unique for sufficiently long  + time.  +</p>  +</dd>  +<dt class="hdlist1">   add.ignore-errors   </dt>   <dt class="hdlist1">